Html Css Color HEX #B2DBFB Pale Cornflower Blue

📋 copy color: '#B2DBFB'

red 178 ◦ green 219 ◦ blue 251

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

Shades of Pale Cornflower Blue #B2DBFB

Tints of Pale Cornflower Blue #B2DBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.8%

 BLUE value IS 251 (98.44% from 255) = 38.73%

R = 27.47%
G = 33.8%
B = 38.73%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2DBFB (or 0xB2DBFB) is known color: Pale Cornflower Blue. HEX triplet: B2, DB and FB. RGB value is (178,219,251). Sum of RGB (Red+Green+Blue) = 178+219+251=648 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.47% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DBFB is #4D2404. Grayscale: #D2D2D2. Windows color (decimal): -5055493 or 16505778. OLE color: 16505778.

HSL color Cylindrical-coordinate representation of color #B2DBFB: hue angle of 206.3º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2DBFB is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 219 251 -
CMYK 0.29 0.13 0 0.02
HSL 206.3º 0.9% 0.84% -
HSV(B) 206.3º 0.29% 0.98% -
XYZ 61.1 67.09 101 -
YUV 210.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 178 219 251 0.29 0.13 0 0.02 206.3 0.9 0.84
Hex B2 DB FB 1D D 0 2 CE 5A 54
Octal 262 333 373 35 15 0 2 316 132 124
Binary 10110010 11011011 11111011 11101 1101 0 10 11001110 1011010 1010100

Color Harmonies of #B2DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBFB

Black with #B2DBFB

Text Example


Text Example

White with #B2DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBFB; }

 p { color: rgb(178,219,251); }

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

background-color css

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

 a { background-color: rgb(178,219,251); }

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

border-color css

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

 span { border-color: rgb(178,219,251); }

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