Html Css Color HEX #B0CFFC Pale Cornflower Blue

📋 copy color: '#B0CFFC'

red 176 ◦ green 207 ◦ blue 252

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

Shades of Pale Cornflower Blue #B0CFFC

Tints of Pale Cornflower Blue #B0CFFC

RGB

 RED value IS 176 (69.14% from 255) = 27.72%

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

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

R = 27.72%
G = 32.6%
B = 39.69%

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

#B0CFFC (or 0xB0CFFC) is known color: Pale Cornflower Blue. HEX triplet: B0, CF and FC. RGB value is (176,207,252). Sum of RGB (Red+Green+Blue) = 176+207+252=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFFC is #4F3003. Grayscale: #CACACA. Windows color (decimal): -5189636 or 16568240. OLE color: 16568240.

HSL color Cylindrical-coordinate representation of color #B0CFFC: hue angle of 215.53º 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 #B0CFFC is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 207 252 -
CMYK 0.30 0.18 0 0.01
HSL 215.53º 0.93% 0.84% -
HSV(B) 215.53º 0.3% 0.99% -
XYZ 57.79 60.88 100.8 -
YUV 202.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 176 207 252 0.30 0.18 0 0.01 215.53 0.93 0.84
Hex B0 CF FC 1E 12 0 1 D8 5D 54
Octal 260 317 374 36 22 0 1 330 135 124
Binary 10110000 11001111 11111100 11110 10010 0 1 11011000 1011101 1010100

Color Harmonies of #B0CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFFC

Black with #B0CFFC

Text Example


Text Example

White with #B0CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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