Html Css Color HEX #BDC1EE Perano

📋 copy color: '#BDC1EE'

red 189 ◦ green 193 ◦ blue 238

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

Shades of Perano #BDC1EE

Tints of Perano #BDC1EE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.13%

 BLUE value IS 238 (93.36% from 255) = 38.39%

R = 30.48%
G = 31.13%
B = 38.39%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDC1EE (or 0xBDC1EE) is known color: Perano. HEX triplet: BD, C1 and EE. RGB value is (189,193,238). Sum of RGB (Red+Green+Blue) = 189+193+238=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1EE is #423E11. Grayscale: #C4C4C4. Windows color (decimal): -4341266 or 15647165. OLE color: 15647165.

HSL color Cylindrical-coordinate representation of color #BDC1EE: hue angle of 235.1º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC1EE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 193 238 -
CMYK 0.21 0.19 0 0.07
HSL 235.1º 0.59% 0.84% -
HSV(B) 235.1º 0.21% 0.93% -
XYZ 55.49 55.13 88.61 -
YUV 196.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 189 193 238 0.21 0.19 0 0.07 235.1 0.59 0.84
Hex BD C1 EE 15 13 0 7 EB 3B 54
Octal 275 301 356 25 23 0 7 353 73 124
Binary 10111101 11000001 11101110 10101 10011 0 111 11101011 111011 1010100

Color Harmonies of #BDC1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1EE

Black with #BDC1EE

Text Example


Text Example

White with #BDC1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1EE; }

 p { color: rgb(189,193,238); }

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

background-color css

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

 a { background-color: rgb(189,193,238); }

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

border-color css

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

 span { border-color: rgb(189,193,238); }

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