Html Css Color HEX #B6D2EA Pale Cornflower Blue

📋 copy color: '#B6D2EA'

red 182 ◦ green 210 ◦ blue 234

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

Shades of Pale Cornflower Blue #B6D2EA

Tints of Pale Cornflower Blue #B6D2EA

RGB

 RED value IS 182 (71.48% from 255) = 29.07%

 GREEN value IS 210 (82.42% from 255) = 33.55%

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

R = 29.07%
G = 33.55%
B = 37.38%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B6D2EA (or 0xB6D2EA) is known color: Pale Cornflower Blue. HEX triplet: B6, D2 and EA. RGB value is (182,210,234). Sum of RGB (Red+Green+Blue) = 182+210+234=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6D2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D2EA is #492D15. Grayscale: #CCCCCC. Windows color (decimal): -4795670 or 15389366. OLE color: 15389366.

HSL color Cylindrical-coordinate representation of color #B6D2EA: hue angle of 207.69º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6D2EA is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 210 234 -
CMYK 0.22 0.10 0 0.08
HSL 207.69º 0.55% 0.82% -
HSV(B) 207.69º 0.22% 0.92% -
XYZ 57.19 61.98 86.79 -
YUV 204.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 182 210 234 0.22 0.10 0 0.08 207.69 0.55 0.82
Hex B6 D2 EA 16 A 0 8 D0 37 52
Octal 266 322 352 26 12 0 10 320 67 122
Binary 10110110 11010010 11101010 10110 1010 0 1000 11010000 110111 1010010

Color Harmonies of #B6D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D2EA

Black with #B6D2EA

Text Example


Text Example

White with #B6D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D2EA; }

 p { color: rgb(182,210,234); }

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

background-color css

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

 a { background-color: rgb(182,210,234); }

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

border-color css

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

 span { border-color: rgb(182,210,234); }

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