Html Css Color HEX #BDD7E7 Light Blue

📋 copy color: '#BDD7E7'

red 189 ◦ green 215 ◦ blue 231

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

Shades of Light Blue #BDD7E7

Tints of Light Blue #BDD7E7

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.86%

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

R = 29.76%
G = 33.86%
B = 36.38%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDD7E7 (or 0xBDD7E7) is known color: Light Blue. HEX triplet: BD, D7 and E7. RGB value is (189,215,231). Sum of RGB (Red+Green+Blue) = 189+215+231=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDD7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7E7 is #422818. Grayscale: #D0D0D0. Windows color (decimal): -4335641 or 15194045. OLE color: 15194045.

HSL color Cylindrical-coordinate representation of color #BDD7E7: hue angle of 202.86º 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 #BDD7E7 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 215 231 -
CMYK 0.18 0.07 0 0.09
HSL 202.86º 0.47% 0.82% -
HSV(B) 202.86º 0.18% 0.91% -
XYZ 59.71 65.19 85.04 -
YUV 209.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 189 215 231 0.18 0.07 0 0.09 202.86 0.47 0.82
Hex BD D7 E7 12 7 0 9 CB 2F 52
Octal 275 327 347 22 7 0 11 313 57 122
Binary 10111101 11010111 11100111 10010 111 0 1001 11001011 101111 1010010

Color Harmonies of #BDD7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7E7

Black with #BDD7E7

Text Example


Text Example

White with #BDD7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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