Html Css Color HEX #B1CFEC Pale Cornflower Blue

📋 copy color: '#B1CFEC'

red 177 ◦ green 207 ◦ blue 236

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

Shades of Pale Cornflower Blue #B1CFEC

Tints of Pale Cornflower Blue #B1CFEC

RGB

 RED value IS 177 (69.53% from 255) = 28.55%

 GREEN value IS 207 (81.25% from 255) = 33.39%

 BLUE value IS 236 (92.58% from 255) = 38.06%

R = 28.55%
G = 33.39%
B = 38.06%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1CFEC (or 0xB1CFEC) is known color: Pale Cornflower Blue. HEX triplet: B1, CF and EC. RGB value is (177,207,236). Sum of RGB (Red+Green+Blue) = 177+207+236=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFEC is #4E3013. Grayscale: #C9C9C9. Windows color (decimal): -5124116 or 15519665. OLE color: 15519665.

HSL color Cylindrical-coordinate representation of color #B1CFEC: hue angle of 209.49º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1CFEC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 207 236 -
CMYK 0.25 0.12 0 0.07
HSL 209.49º 0.61% 0.81% -
HSV(B) 209.49º 0.25% 0.93% -
XYZ 55.58 60.03 88.01 -
YUV 201.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 177 207 236 0.25 0.12 0 0.07 209.49 0.61 0.81
Hex B1 CF EC 19 C 0 7 D1 3D 51
Octal 261 317 354 31 14 0 7 321 75 121
Binary 10110001 11001111 11101100 11001 1100 0 111 11010001 111101 1010001

Color Harmonies of #B1CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CFEC

Black with #B1CFEC

Text Example


Text Example

White with #B1CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CFEC; }

 p { color: rgb(177,207,236); }

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

background-color css

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

 a { background-color: rgb(177,207,236); }

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

border-color css

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

 span { border-color: rgb(177,207,236); }

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