Html Css Color HEX #BDCFD5 Light Blue

📋 copy color: '#BDCFD5'

red 189 ◦ green 207 ◦ blue 213

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

Shades of Light Blue #BDCFD5

Tints of Light Blue #BDCFD5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.99%

 BLUE value IS 213 (83.59% from 255) = 34.98%

R = 31.03%
G = 33.99%
B = 34.98%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDCFD5 (or 0xBDCFD5) is known color: Light Blue. HEX triplet: BD, CF and D5. RGB value is (189,207,213). Sum of RGB (Red+Green+Blue) = 189+207+213=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDCFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFD5 is #42302A. Grayscale: #CACACA. Windows color (decimal): -4337707 or 14012349. OLE color: 14012349.

HSL color Cylindrical-coordinate representation of color #BDCFD5: hue angle of 195º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDCFD5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 207 213 -
CMYK 0.11 0.03 0 0.16
HSL 195º 0.22% 0.79% -
HSV(B) 195º 0.11% 0.84% -
XYZ 55.31 60.25 71.66 -
YUV 202.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 189 207 213 0.11 0.03 0 0.16 195 0.22 0.79
Hex BD CF D5 B 3 0 10 C3 16 4F
Octal 275 317 325 13 3 0 20 303 26 117
Binary 10111101 11001111 11010101 1011 11 0 10000 11000011 10110 1001111

Color Harmonies of #BDCFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCFD5

Black with #BDCFD5

Text Example


Text Example

White with #BDCFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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