Html Css Color HEX #B0CBFF Pale Cornflower Blue

📋 copy color: '#B0CBFF'

red 176 ◦ green 203 ◦ blue 255

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

Shades of Pale Cornflower Blue #B0CBFF

Tints of Pale Cornflower Blue #B0CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.02%

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

R = 27.76%
G = 32.02%
B = 40.22%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B0CBFF (or 0xB0CBFF) is known color: Pale Cornflower Blue. HEX triplet: B0, CB and FF. RGB value is (176,203,255). Sum of RGB (Red+Green+Blue) = 176+203+255=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CBFF is #4F3400. Grayscale: #C8C8C8. Windows color (decimal): -5190657 or 16763824. OLE color: 16763824.

HSL color Cylindrical-coordinate representation of color #B0CBFF: hue angle of 219.49º 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 #B0CBFF is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 203 255 -
CMYK 0.31 0.20 0 0
HSL 219.49º 1% 0.85% -
HSV(B) 219.49º 0.31% 1% -
XYZ 57.31 59.16 103.01 -
YUV 200.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 176 203 255 0.31 0.20 0 0 219.49 1 0.85
Hex B0 CB FF 1F 14 0 0 DB 64 55
Octal 260 313 377 37 24 0 0 333 144 125
Binary 10110000 11001011 11111111 11111 10100 0 0 11011011 1100100 1010101

Color Harmonies of #B0CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CBFF

Black with #B0CBFF

Text Example


Text Example

White with #B0CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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