Html Css Color HEX #BDD5E7 Pale Cornflower Blue

📋 copy color: '#BDD5E7'

red 189 ◦ green 213 ◦ blue 231

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

Shades of Pale Cornflower Blue #BDD5E7

Tints of Pale Cornflower Blue #BDD5E7

RGB

 RED value IS 189 (74.22% from 255) = 29.86%

 GREEN value IS 213 (83.59% from 255) = 33.65%

 BLUE value IS 231 (90.63% from 255) = 36.49%

R = 29.86%
G = 33.65%
B = 36.49%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDD5E7 (or 0xBDD5E7) is known color: Pale Cornflower Blue. HEX triplet: BD, D5 and E7. RGB value is (189,213,231). Sum of RGB (Red+Green+Blue) = 189+213+231=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDD5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5E7 is #422A18. Grayscale: #CFCFCF. Windows color (decimal): -4336153 or 15193533. OLE color: 15193533.

HSL color Cylindrical-coordinate representation of color #BDD5E7: hue angle of 205.71º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD5E7 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 213 231 -
CMYK 0.18 0.08 0 0.09
HSL 205.71º 0.47% 0.82% -
HSV(B) 205.71º 0.18% 0.91% -
XYZ 59.2 64.18 84.87 -
YUV 207.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 189 213 231 0.18 0.08 0 0.09 205.71 0.47 0.82
Hex BD D5 E7 12 8 0 9 CE 2F 52
Octal 275 325 347 22 10 0 11 316 57 122
Binary 10111101 11010101 11100111 10010 1000 0 1001 11001110 101111 1010010

Color Harmonies of #BDD5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5E7

Black with #BDD5E7

Text Example


Text Example

White with #BDD5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5E7; }

 p { color: rgb(189,213,231); }

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

background-color css

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

 a { background-color: rgb(189,213,231); }

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

border-color css

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

 span { border-color: rgb(189,213,231); }

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