Html Css Color HEX #B2D0FB Pale Cornflower Blue

📋 copy color: '#B2D0FB'

red 178 ◦ green 208 ◦ blue 251

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

Shades of Pale Cornflower Blue #B2D0FB

Tints of Pale Cornflower Blue #B2D0FB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.65%

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

R = 27.94%
G = 32.65%
B = 39.4%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2D0FB (or 0xB2D0FB) is known color: Pale Cornflower Blue. HEX triplet: B2, D0 and FB. RGB value is (178,208,251). Sum of RGB (Red+Green+Blue) = 178+208+251=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2D0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D0FB is #4D2F04. Grayscale: #CBCBCB. Windows color (decimal): -5058309 or 16502962. OLE color: 16502962.

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

Color convert

RGB 178 208 251 -
CMYK 0.29 0.17 0 0.02
HSL 215.34º 0.9% 0.84% -
HSV(B) 215.34º 0.29% 0.98% -
XYZ 58.33 61.54 100.07 -
YUV 203.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 178 208 251 0.29 0.17 0 0.02 215.34 0.9 0.84
Hex B2 D0 FB 1D 11 0 2 D7 5A 54
Octal 262 320 373 35 21 0 2 327 132 124
Binary 10110010 11010000 11111011 11101 10001 0 10 11010111 1011010 1010100

Color Harmonies of #B2D0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D0FB

Black with #B2D0FB

Text Example


Text Example

White with #B2D0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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