Html Css Color HEX #B2DAFC Pale Cornflower Blue

📋 copy color: '#B2DAFC'

red 178 ◦ green 218 ◦ blue 252

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

Shades of Pale Cornflower Blue #B2DAFC

Tints of Pale Cornflower Blue #B2DAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.89%

R = 27.47%
G = 33.64%
B = 38.89%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2DAFC (or 0xB2DAFC) is known color: Pale Cornflower Blue. HEX triplet: B2, DA and FC. RGB value is (178,218,252). Sum of RGB (Red+Green+Blue) = 178+218+252=648 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.47% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2DAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAFC is #4D2503. Grayscale: #D1D1D1. Windows color (decimal): -5055748 or 16571058. OLE color: 16571058.

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

Color convert

RGB 178 218 252 -
CMYK 0.29 0.13 0 0.01
HSL 207.57º 0.93% 0.84% -
HSV(B) 207.57º 0.29% 0.99% -
XYZ 61 66.64 101.74 -
YUV 209.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 178 218 252 0.29 0.13 0 0.01 207.57 0.93 0.84
Hex B2 DA FC 1D D 0 1 D0 5C 54
Octal 262 332 374 35 15 0 1 320 134 124
Binary 10110010 11011010 11111100 11101 1101 0 1 11010000 1011100 1010100

Color Harmonies of #B2DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DAFC

Black with #B2DAFC

Text Example


Text Example

White with #B2DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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