Html Css Color HEX #B2D0EA Pale Cornflower Blue

📋 copy color: '#B2D0EA'

red 178 ◦ green 208 ◦ blue 234

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

Shades of Pale Cornflower Blue #B2D0EA

Tints of Pale Cornflower Blue #B2D0EA

RGB

 RED value IS 178 (69.92% from 255) = 28.71%

 GREEN value IS 208 (81.64% from 255) = 33.55%

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 28.71%
G = 33.55%
B = 37.74%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2D0EA (or 0xB2D0EA) is known color: Pale Cornflower Blue. HEX triplet: B2, D0 and EA. RGB value is (178,208,234). Sum of RGB (Red+Green+Blue) = 178+208+234=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2D0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D0EA is #4D2F15. Grayscale: #C9C9C9. Windows color (decimal): -5058326 or 15388850. OLE color: 15388850.

HSL color Cylindrical-coordinate representation of color #B2D0EA: hue angle of 207.86º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2D0EA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 208 234 -
CMYK 0.24 0.11 0 0.08
HSL 207.86º 0.57% 0.81% -
HSV(B) 207.86º 0.24% 0.92% -
XYZ 55.77 60.52 86.58 -
YUV 201.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 178 208 234 0.24 0.11 0 0.08 207.86 0.57 0.81
Hex B2 D0 EA 18 B 0 8 D0 39 51
Octal 262 320 352 30 13 0 10 320 71 121
Binary 10110010 11010000 11101010 11000 1011 0 1000 11010000 111001 1010001

Color Harmonies of #B2D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D0EA

Black with #B2D0EA

Text Example


Text Example

White with #B2D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D0EA; }

 p { color: rgb(178,208,234); }

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

background-color css

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

 a { background-color: rgb(178,208,234); }

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

border-color css

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

 span { border-color: rgb(178,208,234); }

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