Html Css Color HEX #B0CFFF Pale Cornflower Blue

📋 copy color: '#B0CFFF'

red 176 ◦ green 207 ◦ blue 255

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

Shades of Pale Cornflower Blue #B0CFFF

Tints of Pale Cornflower Blue #B0CFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.97%

R = 27.59%
G = 32.45%
B = 39.97%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B0CFFF (or 0xB0CFFF) is known color: Pale Cornflower Blue. HEX triplet: B0, CF and FF. RGB value is (176,207,255). Sum of RGB (Red+Green+Blue) = 176+207+255=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFFF is #4F3000. Grayscale: #CACACA. Windows color (decimal): -5189633 or 16764848. OLE color: 16764848.

HSL color Cylindrical-coordinate representation of color #B0CFFF: hue angle of 216.46º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0CFFF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 207 255 -
CMYK 0.31 0.19 0 0
HSL 216.46º 1% 0.85% -
HSV(B) 216.46º 0.31% 1% -
XYZ 58.27 61.08 103.33 -
YUV 203.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 176 207 255 0.31 0.19 0 0 216.46 1 0.85
Hex B0 CF FF 1F 13 0 0 D8 64 55
Octal 260 317 377 37 23 0 0 330 144 125
Binary 10110000 11001111 11111111 11111 10011 0 0 11011000 1100100 1010101

Color Harmonies of #B0CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFFF

Black with #B0CFFF

Text Example


Text Example

White with #B0CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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