Html Css Color HEX #B3D2ED Pale Cornflower Blue

📋 copy color: '#B3D2ED'

red 179 ◦ green 210 ◦ blue 237

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

Shades of Pale Cornflower Blue #B3D2ED

Tints of Pale Cornflower Blue #B3D2ED

RGB

 RED value IS 179 (70.31% from 255) = 28.59%

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

 BLUE value IS 237 (92.97% from 255) = 37.86%

R = 28.59%
G = 33.55%
B = 37.86%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B3D2ED (or 0xB3D2ED) is known color: Pale Cornflower Blue. HEX triplet: B3, D2 and ED. RGB value is (179,210,237). Sum of RGB (Red+Green+Blue) = 179+210+237=626 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.59% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3D2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D2ED is #4C2D12. Grayscale: #CBCBCB. Windows color (decimal): -4992275 or 15585971. OLE color: 15585971.

HSL color Cylindrical-coordinate representation of color #B3D2ED: hue angle of 207.93º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3D2ED is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 210 237 -
CMYK 0.24 0.11 0 0.07
HSL 207.93º 0.62% 0.82% -
HSV(B) 207.93º 0.24% 0.93% -
XYZ 56.92 61.79 89.05 -
YUV 203.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 179 210 237 0.24 0.11 0 0.07 207.93 0.62 0.82
Hex B3 D2 ED 18 B 0 7 D0 3E 52
Octal 263 322 355 30 13 0 7 320 76 122
Binary 10110011 11010010 11101101 11000 1011 0 111 11010000 111110 1010010

Color Harmonies of #B3D2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D2ED

Black with #B3D2ED

Text Example


Text Example

White with #B3D2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D2ED; }

 p { color: rgb(179,210,237); }

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

background-color css

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

 a { background-color: rgb(179,210,237); }

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

border-color css

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

 span { border-color: rgb(179,210,237); }

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