Html Css Color HEX #B0D4F3 Pale Cornflower Blue

📋 copy color: '#B0D4F3'

red 176 ◦ green 212 ◦ blue 243

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

Shades of Pale Cornflower Blue #B0D4F3

Tints of Pale Cornflower Blue #B0D4F3

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.6%

 BLUE value IS 243 (95.31% from 255) = 38.51%

R = 27.89%
G = 33.6%
B = 38.51%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0D4F3 (or 0xB0D4F3) is known color: Pale Cornflower Blue. HEX triplet: B0, D4 and F3. RGB value is (176,212,243). Sum of RGB (Red+Green+Blue) = 176+212+243=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0D4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D4F3 is #4F2B0C. Grayscale: #CCCCCC. Windows color (decimal): -5188365 or 15979696. OLE color: 15979696.

HSL color Cylindrical-coordinate representation of color #B0D4F3: hue angle of 207.76º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0D4F3 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 212 243 -
CMYK 0.28 0.13 0 0.05
HSL 207.76º 0.74% 0.82% -
HSV(B) 207.76º 0.28% 0.95% -
XYZ 57.63 62.79 93.88 -
YUV 204.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 176 212 243 0.28 0.13 0 0.05 207.76 0.74 0.82
Hex B0 D4 F3 1C D 0 5 D0 4A 52
Octal 260 324 363 34 15 0 5 320 112 122
Binary 10110000 11010100 11110011 11100 1101 0 101 11010000 1001010 1010010

Color Harmonies of #B0D4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D4F3

Black with #B0D4F3

Text Example


Text Example

White with #B0D4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D4F3; }

 p { color: rgb(176,212,243); }

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

background-color css

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

 a { background-color: rgb(176,212,243); }

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

border-color css

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

 span { border-color: rgb(176,212,243); }

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