Html Css Color HEX #BDE6F2 Onahau

📋 copy color: '#BDE6F2'

red 189 ◦ green 230 ◦ blue 242

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

Shades of Onahau #BDE6F2

Tints of Onahau #BDE6F2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.8%

 BLUE value IS 242 (94.92% from 255) = 36.61%

R = 28.59%
G = 34.8%
B = 36.61%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDE6F2 (or 0xBDE6F2) is known color: Onahau. HEX triplet: BD, E6 and F2. RGB value is (189,230,242). Sum of RGB (Red+Green+Blue) = 189+230+242=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDE6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6F2 is #42190D. Grayscale: #DBDBDB. Windows color (decimal): -4331790 or 15918781. OLE color: 15918781.

HSL color Cylindrical-coordinate representation of color #BDE6F2: hue angle of 193.58º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE6F2 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 230 242 -
CMYK 0.22 0.05 0 0.05
HSL 193.58º 0.67% 0.85% -
HSV(B) 193.58º 0.22% 0.95% -
XYZ 65.31 73.82 94.81 -
YUV 219.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 189 230 242 0.22 0.05 0 0.05 193.58 0.67 0.85
Hex BD E6 F2 16 5 0 5 C2 43 55
Octal 275 346 362 26 5 0 5 302 103 125
Binary 10111101 11100110 11110010 10110 101 0 101 11000010 1000011 1010101

Color Harmonies of #BDE6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6F2

Black with #BDE6F2

Text Example


Text Example

White with #BDE6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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