Html Css Color HEX #B0D6F4 Pale Cornflower Blue

📋 copy color: '#B0D6F4'

red 176 ◦ green 214 ◦ blue 244

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

Shades of Pale Cornflower Blue #B0D6F4

Tints of Pale Cornflower Blue #B0D6F4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.75%

 BLUE value IS 244 (95.7% from 255) = 38.49%

R = 27.76%
G = 33.75%
B = 38.49%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B0D6F4 (or 0xB0D6F4) is known color: Pale Cornflower Blue. HEX triplet: B0, D6 and F4. RGB value is (176,214,244). Sum of RGB (Red+Green+Blue) = 176+214+244=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 244 - color contains mainly: blue. Hex color #B0D6F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D6F4 is #4F290B. Grayscale: #CDCDCD. Windows color (decimal): -5187852 or 16045744. OLE color: 16045744.

HSL color Cylindrical-coordinate representation of color #B0D6F4: hue angle of 206.47º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0D6F4 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 214 244 -
CMYK 0.28 0.12 0 0.04
HSL 206.47º 0.76% 0.82% -
HSV(B) 206.47º 0.28% 0.96% -
XYZ 58.28 63.85 94.84 -
YUV 206.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 176 214 244 0.28 0.12 0 0.04 206.47 0.76 0.82
Hex B0 D6 F4 1C C 0 4 CE 4C 52
Octal 260 326 364 34 14 0 4 316 114 122
Binary 10110000 11010110 11110100 11100 1100 0 100 11001110 1001100 1010010

Color Harmonies of #B0D6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D6F4

Black with #B0D6F4

Text Example


Text Example

White with #B0D6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D6F4; }

 p { color: rgb(176,214,244); }

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

background-color css

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

 a { background-color: rgb(176,214,244); }

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

border-color css

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

 span { border-color: rgb(176,214,244); }

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