Html Css Color HEX #BDEFFD Onahau

📋 copy color: '#BDEFFD'

red 189 ◦ green 239 ◦ blue 253

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

Shades of Onahau #BDEFFD

Tints of Onahau #BDEFFD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.1%

 BLUE value IS 253 (99.22% from 255) = 37.15%

R = 27.75%
G = 35.1%
B = 37.15%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDEFFD (or 0xBDEFFD) is known color: Onahau. HEX triplet: BD, EF and FD. RGB value is (189,239,253). Sum of RGB (Red+Green+Blue) = 189+239+253=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFFD is #421002. Grayscale: #E1E1E1. Windows color (decimal): -4329475 or 16641981. OLE color: 16641981.

HSL color Cylindrical-coordinate representation of color #BDEFFD: hue angle of 193.12º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDEFFD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 239 253 -
CMYK 0.25 0.06 0 0.01
HSL 193.13º 0.94% 0.87% -
HSV(B) 193.13º 0.25% 0.99% -
XYZ 69.58 79.64 104.63 -
YUV 225.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 189 239 253 0.25 0.06 0 0.01 193.13 0.94 0.87
Hex BD EF FD 19 6 0 1 C1 5E 57
Octal 275 357 375 31 6 0 1 301 136 127
Binary 10111101 11101111 11111101 11001 110 0 1 11000001 1011110 1010111

Color Harmonies of #BDEFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFFD

Black with #BDEFFD

Text Example


Text Example

White with #BDEFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFFD; }

 p { color: rgb(189,239,253); }

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

background-color css

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

 a { background-color: rgb(189,239,253); }

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

border-color css

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

 span { border-color: rgb(189,239,253); }

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