Html Css Color HEX #B7D6ED Pale Cornflower Blue

📋 copy color: '#B7D6ED'

red 183 ◦ green 214 ◦ blue 237

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

Shades of Pale Cornflower Blue #B7D6ED

Tints of Pale Cornflower Blue #B7D6ED

RGB

 RED value IS 183 (71.88% from 255) = 28.86%

 GREEN value IS 214 (83.98% from 255) = 33.75%

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

R = 28.86%
G = 33.75%
B = 37.38%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B7D6ED (or 0xB7D6ED) is known color: Pale Cornflower Blue. HEX triplet: B7, D6 and ED. RGB value is (183,214,237). Sum of RGB (Red+Green+Blue) = 183+214+237=634 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.86% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7D6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D6ED is #482912. Grayscale: #CFCFCF. Windows color (decimal): -4729107 or 15586999. OLE color: 15586999.

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

Color convert

RGB 183 214 237 -
CMYK 0.23 0.10 0 0.07
HSL 205.56º 0.6% 0.82% -
HSV(B) 205.56º 0.23% 0.93% -
XYZ 58.86 64.27 89.42 -
YUV 207.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 183 214 237 0.23 0.10 0 0.07 205.56 0.6 0.82
Hex B7 D6 ED 17 A 0 7 CE 3C 52
Octal 267 326 355 27 12 0 7 316 74 122
Binary 10110111 11010110 11101101 10111 1010 0 111 11001110 111100 1010010

Color Harmonies of #B7D6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D6ED

Black with #B7D6ED

Text Example


Text Example

White with #B7D6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D6ED; }

 p { color: rgb(183,214,237); }

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

background-color css

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

 a { background-color: rgb(183,214,237); }

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

border-color css

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

 span { border-color: rgb(183,214,237); }

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