Html Css Color HEX #BDE3E6 Onahau

📋 copy color: '#BDE3E6'

red 189 ◦ green 227 ◦ blue 230

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

Shades of Onahau #BDE3E6

Tints of Onahau #BDE3E6

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.14%

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

R = 29.26%
G = 35.14%
B = 35.6%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDE3E6 (or 0xBDE3E6) is known color: Onahau. HEX triplet: BD, E3 and E6. RGB value is (189,227,230). Sum of RGB (Red+Green+Blue) = 189+227+230=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDE3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3E6 is #421C19. Grayscale: #D7D7D7. Windows color (decimal): -4332570 or 15131581. OLE color: 15131581.

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

Color convert

RGB 189 227 230 -
CMYK 0.18 0.01 0 0.10
HSL 184.39º 0.45% 0.82% -
HSV(B) 184.39º 0.18% 0.9% -
XYZ 62.74 71.47 85.35 -
YUV 215.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 189 227 230 0.18 0.01 0 0.10 184.39 0.45 0.82
Hex BD E3 E6 12 1 0 A B8 2D 52
Octal 275 343 346 22 1 0 12 270 55 122
Binary 10111101 11100011 11100110 10010 1 0 1010 10111000 101101 1010010

Color Harmonies of #BDE3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3E6

Black with #BDE3E6

Text Example


Text Example

White with #BDE3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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