Html Css Color HEX #BCE2FB Pattens Blue

📋 copy color: '#BCE2FB'

red 188 ◦ green 226 ◦ blue 251

#BCE2FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #BCE2FB

Tints of Pattens Blue #BCE2FB

RGB

 RED value IS 188 (73.83% from 255) = 28.27%

 GREEN value IS 226 (88.67% from 255) = 33.98%

 BLUE value IS 251 (98.44% from 255) = 37.74%

R = 28.27%
G = 33.98%
B = 37.74%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCE2FB (or 0xBCE2FB) is known color: Pattens Blue. HEX triplet: BC, E2 and FB. RGB value is (188,226,251). Sum of RGB (Red+Green+Blue) = 188+226+251=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2FB is #431D04. Grayscale: #D9D9D9. Windows color (decimal): -4398341 or 16507580. OLE color: 16507580.

HSL color Cylindrical-coordinate representation of color #BCE2FB: hue angle of 203.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCE2FB is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 226 251 -
CMYK 0.25 0.10 0 0.02
HSL 203.81º 0.89% 0.86% -
HSV(B) 203.81º 0.25% 0.98% -
XYZ 65.35 72.05 101.73 -
YUV 217.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 188 226 251 0.25 0.10 0 0.02 203.81 0.89 0.86
Hex BC E2 FB 19 A 0 2 CC 59 56
Octal 274 342 373 31 12 0 2 314 131 126
Binary 10111100 11100010 11111011 11001 1010 0 10 11001100 1011001 1010110

Color Harmonies of #BCE2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2FB

Black with #BCE2FB

Text Example


Text Example

White with #BCE2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2FB; }

 p { color: rgb(188,226,251); }

 H1.HeaderClassName
 {
   color: #BCE2FB;
 }
 .AnyTagClassName
 {
   color: #BCE2FB;
 }
</style>

background-color css

<style>
 a { background-color: #BCE2FB; }

 a { background-color: rgb(188,226,251); }

 div.DivClassName
 {
   background-color: #BCE2FB;
 }
 .BgClassName
 {
   background-color: #BCE2FB;
 }
</style>

border-color css

<style>
 span { border-color: #BCE2FB; }

 span { border-color: rgb(188,226,251); }

 td.TdClassName
 {
   border-color: #BCE2FB;
 }
 .TagClassName
 {
   border-color: #BCE2FB;
 }
</style>