Html Css Color HEX #BDE5E6 Onahau

📋 copy color: '#BDE5E6'

red 189 ◦ green 229 ◦ blue 230

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

Shades of Onahau #BDE5E6

Tints of Onahau #BDE5E6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.34%

 BLUE value IS 230 (90.23% from 255) = 35.49%

R = 29.17%
G = 35.34%
B = 35.49%

CMYK

 C value IS 0.18

 M value IS 0.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDE5E6 (or 0xBDE5E6) is known color: Onahau. HEX triplet: BD, E5 and E6. RGB value is (189,229,230). Sum of RGB (Red+Green+Blue) = 189+229+230=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDE5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5E6 is #421A19. Grayscale: #D9D9D9. Windows color (decimal): -4332058 or 15132093. OLE color: 15132093.

HSL color Cylindrical-coordinate representation of color #BDE5E6: hue angle of 181.46º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE5E6 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 230 -
CMYK 0.18 0.00 0 0.10
HSL 181.46º 0.45% 0.82% -
HSV(B) 181.46º 0.18% 0.9% -
XYZ 63.29 72.57 85.53 -
YUV 217.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 189 229 230 0.18 0.00 0 0.10 181.46 0.45 0.82
Hex BD E5 E6 12 0 0 A B5 2D 52
Octal 275 345 346 22 0 0 12 265 55 122
Binary 10111101 11100101 11100110 10010 0 0 1010 10110101 101101 1010010

Color Harmonies of #BDE5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE5E6

Black with #BDE5E6

Text Example


Text Example

White with #BDE5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE5E6; }

 p { color: rgb(189,229,230); }

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

background-color css

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

 a { background-color: rgb(189,229,230); }

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

border-color css

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

 span { border-color: rgb(189,229,230); }

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