Html Css Color HEX #B2D2FB Pale Cornflower Blue

📋 copy color: '#B2D2FB'

red 178 ◦ green 210 ◦ blue 251

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

Shades of Pale Cornflower Blue #B2D2FB

Tints of Pale Cornflower Blue #B2D2FB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.86%

 BLUE value IS 251 (98.44% from 255) = 39.28%

R = 27.86%
G = 32.86%
B = 39.28%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2D2FB (or 0xB2D2FB) is known color: Pale Cornflower Blue. HEX triplet: B2, D2 and FB. RGB value is (178,210,251). Sum of RGB (Red+Green+Blue) = 178+210+251=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2D2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D2FB is #4D2D04. Grayscale: #CCCCCC. Windows color (decimal): -5057797 or 16503474. OLE color: 16503474.

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

Color convert

RGB 178 210 251 -
CMYK 0.29 0.16 0 0.02
HSL 213.7º 0.9% 0.84% -
HSV(B) 213.7º 0.29% 0.98% -
XYZ 58.82 62.52 100.23 -
YUV 205.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 178 210 251 0.29 0.16 0 0.02 213.7 0.9 0.84
Hex B2 D2 FB 1D 10 0 2 D6 5A 54
Octal 262 322 373 35 20 0 2 326 132 124
Binary 10110010 11010010 11111011 11101 10000 0 10 11010110 1011010 1010100

Color Harmonies of #B2D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D2FB

Black with #B2D2FB

Text Example


Text Example

White with #B2D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D2FB; }

 p { color: rgb(178,210,251); }

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

background-color css

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

 a { background-color: rgb(178,210,251); }

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

border-color css

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

 span { border-color: rgb(178,210,251); }

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