Html Css Color HEX #BDEBED Onahau

📋 copy color: '#BDEBED'

red 189 ◦ green 235 ◦ blue 237

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

Shades of Onahau #BDEBED

Tints of Onahau #BDEBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.55%

 BLUE value IS 237 (92.97% from 255) = 35.85%

R = 28.59%
G = 35.55%
B = 35.85%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDEBED (or 0xBDEBED) is known color: Onahau. HEX triplet: BD, EB and ED. RGB value is (189,235,237). Sum of RGB (Red+Green+Blue) = 189+235+237=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBED is #421412. Grayscale: #DDDDDD. Windows color (decimal): -4330515 or 15592381. OLE color: 15592381.

HSL color Cylindrical-coordinate representation of color #BDEBED: hue angle of 182.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBED is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 235 237 -
CMYK 0.20 0.01 0 0.07
HSL 182.5º 0.57% 0.84% -
HSV(B) 182.5º 0.2% 0.93% -
XYZ 65.98 76.35 91.38 -
YUV 221.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 189 235 237 0.20 0.01 0 0.07 182.5 0.57 0.84
Hex BD EB ED 14 1 0 7 B6 39 54
Octal 275 353 355 24 1 0 7 266 71 124
Binary 10111101 11101011 11101101 10100 1 0 111 10110110 111001 1010100

Color Harmonies of #BDEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBED

Black with #BDEBED

Text Example


Text Example

White with #BDEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBED; }

 p { color: rgb(189,235,237); }

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

background-color css

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

 a { background-color: rgb(189,235,237); }

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

border-color css

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

 span { border-color: rgb(189,235,237); }

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