Html Css Color HEX #B2DDFE Pale Cornflower Blue

📋 copy color: '#B2DDFE'

red 178 ◦ green 221 ◦ blue 254

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

Shades of Pale Cornflower Blue #B2DDFE

Tints of Pale Cornflower Blue #B2DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.84%

 BLUE value IS 254 (99.61% from 255) = 38.9%

R = 27.26%
G = 33.84%
B = 38.9%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2DDFE (or 0xB2DDFE) is known color: Pale Cornflower Blue. HEX triplet: B2, DD and FE. RGB value is (178,221,254). Sum of RGB (Red+Green+Blue) = 178+221+254=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DDFE is #4D2201. Grayscale: #D3D3D3. Windows color (decimal): -5054978 or 16702898. OLE color: 16702898.

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

Color convert

RGB 178 221 254 -
CMYK 0.30 0.13 0 0.00
HSL 206.05º 0.97% 0.85% -
HSV(B) 206.05º 0.3% 1% -
XYZ 62.11 68.33 103.68 -
YUV 211.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 178 221 254 0.30 0.13 0 0.00 206.05 0.97 0.85
Hex B2 DD FE 1E D 0 0 CE 61 55
Octal 262 335 376 36 15 0 0 316 141 125
Binary 10110010 11011101 11111110 11110 1101 0 0 11001110 1100001 1010101

Color Harmonies of #B2DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DDFE

Black with #B2DDFE

Text Example


Text Example

White with #B2DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DDFE; }

 p { color: rgb(178,221,254); }

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

background-color css

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

 a { background-color: rgb(178,221,254); }

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

border-color css

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

 span { border-color: rgb(178,221,254); }

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