Html Css Color HEX #B1CFEB Pale Cornflower Blue

📋 copy color: '#B1CFEB'

red 177 ◦ green 207 ◦ blue 235

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

Shades of Pale Cornflower Blue #B1CFEB

Tints of Pale Cornflower Blue #B1CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 28.59%
G = 33.44%
B = 37.96%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1CFEB (or 0xB1CFEB) is known color: Pale Cornflower Blue. HEX triplet: B1, CF and EB. RGB value is (177,207,235). Sum of RGB (Red+Green+Blue) = 177+207+235=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFEB is #4E3014. Grayscale: #C9C9C9. Windows color (decimal): -5124117 or 15454129. OLE color: 15454129.

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

Color convert

RGB 177 207 235 -
CMYK 0.25 0.12 0 0.08
HSL 208.97º 0.59% 0.81% -
HSV(B) 208.97º 0.25% 0.92% -
XYZ 55.44 59.97 87.25 -
YUV 201.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 177 207 235 0.25 0.12 0 0.08 208.97 0.59 0.81
Hex B1 CF EB 19 C 0 8 D1 3B 51
Octal 261 317 353 31 14 0 10 321 73 121
Binary 10110001 11001111 11101011 11001 1100 0 1000 11010001 111011 1010001

Color Harmonies of #B1CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CFEB

Black with #B1CFEB

Text Example


Text Example

White with #B1CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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