Html Css Color HEX #BDEBFB Onahau

📋 copy color: '#BDEBFB'

red 189 ◦ green 235 ◦ blue 251

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

Shades of Onahau #BDEBFB

Tints of Onahau #BDEBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.19%

R = 28%
G = 34.81%
B = 37.19%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDEBFB (or 0xBDEBFB) is known color: Onahau. HEX triplet: BD, EB and FB. RGB value is (189,235,251). Sum of RGB (Red+Green+Blue) = 189+235+251=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDEBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBFB is #421404. Grayscale: #DEDEDE. Windows color (decimal): -4330501 or 16509885. OLE color: 16509885.

HSL color Cylindrical-coordinate representation of color #BDEBFB: hue angle of 195.48º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDEBFB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 235 251 -
CMYK 0.25 0.06 0 0.02
HSL 195.48º 0.89% 0.86% -
HSV(B) 195.48º 0.25% 0.98% -
XYZ 68.11 77.2 102.58 -
YUV 223.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 189 235 251 0.25 0.06 0 0.02 195.48 0.89 0.86
Hex BD EB FB 19 6 0 2 C3 59 56
Octal 275 353 373 31 6 0 2 303 131 126
Binary 10111101 11101011 11111011 11001 110 0 10 11000011 1011001 1010110

Color Harmonies of #BDEBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBFB

Black with #BDEBFB

Text Example


Text Example

White with #BDEBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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