Html Css Color HEX #B1CFFC Pale Cornflower Blue

📋 copy color: '#B1CFFC'

red 177 ◦ green 207 ◦ blue 252

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

Shades of Pale Cornflower Blue #B1CFFC

Tints of Pale Cornflower Blue #B1CFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.62%

R = 27.83%
G = 32.55%
B = 39.62%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1CFFC (or 0xB1CFFC) is known color: Pale Cornflower Blue. HEX triplet: B1, CF and FC. RGB value is (177,207,252). Sum of RGB (Red+Green+Blue) = 177+207+252=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFFC is #4E3003. Grayscale: #CACACA. Windows color (decimal): -5124100 or 16568241. OLE color: 16568241.

HSL color Cylindrical-coordinate representation of color #B1CFFC: hue angle of 216º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1CFFC is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 207 252 -
CMYK 0.30 0.18 0 0.01
HSL 216º 0.93% 0.84% -
HSV(B) 216º 0.3% 0.99% -
XYZ 58.01 61 100.81 -
YUV 203.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 177 207 252 0.30 0.18 0 0.01 216 0.93 0.84
Hex B1 CF FC 1E 12 0 1 D8 5D 54
Octal 261 317 374 36 22 0 1 330 135 124
Binary 10110001 11001111 11111100 11110 10010 0 1 11011000 1011101 1010100

Color Harmonies of #B1CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CFFC

Black with #B1CFFC

Text Example


Text Example

White with #B1CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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