Html Css Color HEX #B2DCFD Pale Cornflower Blue

📋 copy color: '#B2DCFD'

red 178 ◦ green 220 ◦ blue 253

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

Shades of Pale Cornflower Blue #B2DCFD

Tints of Pale Cornflower Blue #B2DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.86%

R = 27.34%
G = 33.79%
B = 38.86%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2DCFD (or 0xB2DCFD) is known color: Pale Cornflower Blue. HEX triplet: B2, DC and FD. RGB value is (178,220,253). Sum of RGB (Red+Green+Blue) = 178+220+253=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DCFD is #4D2302. Grayscale: #D3D3D3. Windows color (decimal): -5055235 or 16637106. OLE color: 16637106.

HSL color Cylindrical-coordinate representation of color #B2DCFD: hue angle of 206.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2DCFD is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 220 253 -
CMYK 0.30 0.13 0 0.01
HSL 206.4º 0.95% 0.85% -
HSV(B) 206.4º 0.3% 0.99% -
XYZ 61.68 67.74 102.75 -
YUV 211.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 178 220 253 0.30 0.13 0 0.01 206.4 0.95 0.85
Hex B2 DC FD 1E D 0 1 CE 5F 55
Octal 262 334 375 36 15 0 1 316 137 125
Binary 10110010 11011100 11111101 11110 1101 0 1 11001110 1011111 1010101

Color Harmonies of #B2DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCFD

Black with #B2DCFD

Text Example


Text Example

White with #B2DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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