Html Css Color HEX #B2DBFA Pale Cornflower Blue

📋 copy color: '#B2DBFA'

red 178 ◦ green 219 ◦ blue 250

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

Shades of Pale Cornflower Blue #B2DBFA

Tints of Pale Cornflower Blue #B2DBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.64%

R = 27.51%
G = 33.85%
B = 38.64%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2DBFA (or 0xB2DBFA) is known color: Pale Cornflower Blue. HEX triplet: B2, DB and FA. RGB value is (178,219,250). Sum of RGB (Red+Green+Blue) = 178+219+250=647 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.51% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2DBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DBFA is #4D2405. Grayscale: #D2D2D2. Windows color (decimal): -5055494 or 16440242. OLE color: 16440242.

HSL color Cylindrical-coordinate representation of color #B2DBFA: hue angle of 205.83º degrees, saturation: 0.88, 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 #B2DBFA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 219 250 -
CMYK 0.29 0.12 0 0.02
HSL 205.83º 0.88% 0.84% -
HSV(B) 205.83º 0.29% 0.98% -
XYZ 60.95 67.03 100.17 -
YUV 210.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 178 219 250 0.29 0.12 0 0.02 205.83 0.88 0.84
Hex B2 DB FA 1D C 0 2 CE 58 54
Octal 262 333 372 35 14 0 2 316 130 124
Binary 10110010 11011011 11111010 11101 1100 0 10 11001110 1011000 1010100

Color Harmonies of #B2DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBFA

Black with #B2DBFA

Text Example


Text Example

White with #B2DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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