Html Css Color HEX #B2DCFA Pale Cornflower Blue

📋 copy color: '#B2DCFA'

red 178 ◦ green 220 ◦ blue 250

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

Shades of Pale Cornflower Blue #B2DCFA

Tints of Pale Cornflower Blue #B2DCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.95%

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

R = 27.47%
G = 33.95%
B = 38.58%

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

#B2DCFA (or 0xB2DCFA) is known color: Pale Cornflower Blue. HEX triplet: B2, DC and FA. RGB value is (178,220,250). Sum of RGB (Red+Green+Blue) = 178+220+250=648 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.47% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DCFA is #4D2305. Grayscale: #D2D2D2. Windows color (decimal): -5055238 or 16440498. OLE color: 16440498.

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

Color convert

RGB 178 220 250 -
CMYK 0.29 0.12 0 0.02
HSL 205º 0.88% 0.84% -
HSV(B) 205º 0.29% 0.98% -
XYZ 61.21 67.55 100.26 -
YUV 210.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 178 220 250 0.29 0.12 0 0.02 205 0.88 0.84
Hex B2 DC FA 1D C 0 2 CD 58 54
Octal 262 334 372 35 14 0 2 315 130 124
Binary 10110010 11011100 11111010 11101 1100 0 10 11001101 1011000 1010100

Color Harmonies of #B2DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCFA

Black with #B2DCFA

Text Example


Text Example

White with #B2DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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