Html Css Color HEX #BDDBE3 Onahau

📋 copy color: '#BDDBE3'

red 189 ◦ green 219 ◦ blue 227

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

Shades of Onahau #BDDBE3

Tints of Onahau #BDDBE3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.49%

 BLUE value IS 227 (89.06% from 255) = 35.75%

R = 29.76%
G = 34.49%
B = 35.75%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDDBE3 (or 0xBDDBE3) is known color: Onahau. HEX triplet: BD, DB and E3. RGB value is (189,219,227). Sum of RGB (Red+Green+Blue) = 189+219+227=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBE3 is #42241C. Grayscale: #D2D2D2. Windows color (decimal): -4334621 or 14932925. OLE color: 14932925.

HSL color Cylindrical-coordinate representation of color #BDDBE3: hue angle of 192.63º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDBE3 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 219 227 -
CMYK 0.17 0.04 0 0.11
HSL 192.63º 0.4% 0.82% -
HSV(B) 192.63º 0.17% 0.89% -
XYZ 60.18 67.03 82.44 -
YUV 210.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 189 219 227 0.17 0.04 0 0.11 192.63 0.4 0.82
Hex BD DB E3 11 4 0 B C1 28 52
Octal 275 333 343 21 4 0 13 301 50 122
Binary 10111101 11011011 11100011 10001 100 0 1011 11000001 101000 1010010

Color Harmonies of #BDDBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBE3

Black with #BDDBE3

Text Example


Text Example

White with #BDDBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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