Html Css Color HEX #B2DAFA Pale Cornflower Blue

📋 copy color: '#B2DAFA'

red 178 ◦ green 218 ◦ blue 250

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

Shades of Pale Cornflower Blue #B2DAFA

Tints of Pale Cornflower Blue #B2DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.75%

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

R = 27.55%
G = 33.75%
B = 38.7%

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

#B2DAFA (or 0xB2DAFA) is known color: Pale Cornflower Blue. HEX triplet: B2, DA and FA. RGB value is (178,218,250). Sum of RGB (Red+Green+Blue) = 178+218+250=646 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.55% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAFA is #4D2505. Grayscale: #D1D1D1. Windows color (decimal): -5055750 or 16439986. OLE color: 16439986.

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

Color convert

RGB 178 218 250 -
CMYK 0.29 0.13 0 0.02
HSL 206.67º 0.88% 0.84% -
HSV(B) 206.67º 0.29% 0.98% -
XYZ 60.69 66.51 100.08 -
YUV 209.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 178 218 250 0.29 0.13 0 0.02 206.67 0.88 0.84
Hex B2 DA FA 1D D 0 2 CF 58 54
Octal 262 332 372 35 15 0 2 317 130 124
Binary 10110010 11011010 11111010 11101 1101 0 10 11001111 1011000 1010100

Color Harmonies of #B2DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DAFA

Black with #B2DAFA

Text Example


Text Example

White with #B2DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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