Html Css Color HEX #B2D9FF Pale Cornflower Blue

📋 copy color: '#B2D9FF'

red 178 ◦ green 217 ◦ blue 255

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

Shades of Pale Cornflower Blue #B2D9FF

Tints of Pale Cornflower Blue #B2D9FF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.38%

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

R = 27.38%
G = 33.38%
B = 39.23%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B2D9FF (or 0xB2D9FF) is known color: Pale Cornflower Blue. HEX triplet: B2, D9 and FF. RGB value is (178,217,255). Sum of RGB (Red+Green+Blue) = 178+217+255=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2D9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D9FF is #4D2600. Grayscale: #D1D1D1. Windows color (decimal): -5056001 or 16767410. OLE color: 16767410.

HSL color Cylindrical-coordinate representation of color #B2D9FF: hue angle of 209.61º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2D9FF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 217 255 -
CMYK 0.30 0.15 0 0
HSL 209.61º 1% 0.85% -
HSV(B) 209.61º 0.3% 1% -
XYZ 61.22 66.31 104.18 -
YUV 209.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 178 217 255 0.30 0.15 0 0 209.61 1 0.85
Hex B2 D9 FF 1E F 0 0 D2 64 55
Octal 262 331 377 36 17 0 0 322 144 125
Binary 10110010 11011001 11111111 11110 1111 0 0 11010010 1100100 1010101

Color Harmonies of #B2D9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D9FF

Black with #B2D9FF

Text Example


Text Example

White with #B2D9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D9FF; }

 p { color: rgb(178,217,255); }

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

background-color css

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

 a { background-color: rgb(178,217,255); }

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

border-color css

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

 span { border-color: rgb(178,217,255); }

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